home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-2.iso / Files II / Music / M / Music Gym 3.0.sit / Reference / card_9791.txt < prev    next >
Encoding:
Text File  |  1994-09-07  |  1.6 KB  |  78 lines

  1. -- card: 9791 from stack: in
  2. -- bmap block id: 10039
  3. -- flags: 0000
  4. -- background id: 7657
  5. -- name: more about phrases
  6.  
  7.  
  8. -- part 2 (button)
  9. -- low flags: 00
  10. -- high flags: 8003
  11. -- rect: left=363 top=313 right=335 bottom=438
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Last Card
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   go to card "about phrases" of stack "reference"
  23. end mouseUp
  24.  
  25.  
  26. -- part 4 (button)
  27. -- low flags: 00
  28. -- high flags: 8003
  29. -- rect: left=131 top=309 right=332 bottom=213
  30. -- title width / last selected line: 0
  31. -- icon id / first selected line: 0 / 0
  32. -- text alignment: 1
  33. -- font id: 0
  34. -- text size: 12
  35. -- style flags: 0
  36. -- line height: 16
  37. -- part name: Phrases
  38. ----- HyperTalk script -----
  39. on mouseUp
  40.   go "phrases"
  41. end mouseUp
  42.  
  43.  
  44. -- part 5 (button)
  45. -- low flags: 00
  46. -- high flags: 8003
  47. -- rect: left=131 top=309 right=332 bottom=213
  48. -- title width / last selected line: 0
  49. -- icon id / first selected line: 0 / 0
  50. -- text alignment: 1
  51. -- font id: 0
  52. -- text size: 12
  53. -- style flags: 0
  54. -- line height: 16
  55. -- part name: Phrases
  56. ----- HyperTalk script -----
  57. on mouseUp
  58.   go "phrases"
  59. end mouseUp
  60.  
  61.  
  62. -- part 6 (button)
  63. -- low flags: 00
  64. -- high flags: 8003
  65. -- rect: left=175 top=109 right=131 bottom=307
  66. -- title width / last selected line: 0
  67. -- icon id / first selected line: 0 / 0
  68. -- text alignment: 1
  69. -- font id: 0
  70. -- text size: 12
  71. -- style flags: 0
  72. -- line height: 16
  73. -- part name: Hear the Phrase
  74. ----- HyperTalk script -----
  75. on mouseUp
  76.   play "boing" tempo 170 "b3q be be bq be be c#4q b3e bw."
  77. end mouseUp
  78.